Previous Book Contents Book Index Next

Inside Macintosh: AppleScript Language Guide / Part 3 - Appendixes
Appendix A - The Language at a Glance


Script Objects

Script objects are user-defined objects. Table A-7 summarizes the syntax for defining script objects in AppleScript. For more information about script objects, see Chapter 9, "Script Objects."
Script objects
Script object elementSyntax
Script object definitionscript [scriptObjectVariable]
[(property | prop) propertyLabel : expression]...
[ handlerDefinition ]...
[ statement ]...
end [ script ]
Continue statement (to pass a command to a handler in the parent script object)continue commandStatement


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996